shimon
e06b77cf39
remove audits deletion
2024-10-06 20:25:51 +03:00
shimon
a7c0ef3d09
remove audits deletion
2024-10-06 20:22:25 +03:00
Jake Barnby
360abf4b69
Return from create attribute job is unable to find it in the attributes table
2024-05-08 21:16:27 +12:00
Jake Barnby
d5335c4398
Remove redundant delete
2024-04-23 15:19:30 +12:00
fogelito
2391ba07df
deleteByGroup
2024-04-19 18:04:54 +03:00
fogelito
2babf7f59d
1.5.x version
2024-04-18 10:08:19 +03:00
fogelito
28a72efe22
formatting
2024-04-17 15:43:31 +03:00
fogelito
554a666813
Delete relating
2024-04-17 15:42:06 +03:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Steven Nguyen
4ace8ed027
Replace catching \Exception with \Throwable
...
\Exception doesn't work as a catch-all because not everything extends
\Exception. For example, there was a problem where the messaging worker
didn't catch an exception here:
} catch (\Exception $e) {
$deliveryErrors[] = 'Failed sending to targets ' . $batchIndex + 1 . '-' . \count($batch) . ' with error: ' . $e->getMessage();
} finally {
As such, $deliveryErrors stayed as an empty array. In this case, the
$adapter->send() threw a TypeError which extends Error which implements
Throwable. Updating the catch to catch \Throwable ensures the error is
caught and $deliveryErrors gets updated.
2024-02-08 01:17:54 +00:00
fogelito
a782e20315
Merge branch '1.5.x' of github.com:appwrite/appwrite into json-parsing
...
Conflicts:
app/controllers/api/account.php
composer.json
composer.lock
src/Appwrite/Platform/Tasks/CalcTierStats.php
tests/e2e/Services/Account/AccountBase.php
2024-01-25 17:44:05 +02:00
Matej Bačo
92c4c52a81
QA changes
2024-01-02 13:02:11 +00:00
fogelito
cc5ae73f57
purgeCached changes
2023-12-14 15:32:06 +02:00
Matej Bačo
9fb6525063
Add new tags from worker, fix queue name
2023-11-22 14:50:57 +01:00
Christy Jacob
be26e4b729
chore: remove resque library and update health check endpoints
2023-10-18 19:44:06 +00:00
Christy Jacob
4724d729fb
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into feat-delegate-deletes
2023-10-18 18:59:51 +00:00
Christy Jacob
066dd6393d
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into feat-delegate-deletes
2023-10-18 18:57:16 +00:00
Christy Jacob
72d0865ad8
chore: use deletes worker for deleting audit logs
2023-10-18 18:54:20 +00:00
Christy Jacob
050cb28d4f
fix: incorrect events
2023-10-18 20:30:47 +04:00
shimon
9a6d88a819
addressing some comments
2023-10-17 06:44:36 +03:00
Jake Barnby
dbfe5e45aa
Delegate custom deletes
2023-10-17 12:18:51 +13:00
shimon
948f36a023
sync with 1.4
2023-10-05 16:15:39 +03:00
shimon
e3668a4d06
sync with 1.4
2023-10-03 21:56:36 +03:00
shimon
b02d51c794
migrations worker
2023-10-01 20:39:26 +03:00
shimon
47d27096db
deletes & databases workers
2023-10-01 11:04:12 +03:00
shimon
d820d93ac7
databases worker
2023-06-04 19:25:56 +03:00