Jake Barnby
0ce3978f2c
feat(notifications): add worker entrypoint and registration alongside Mails
...
Adds the bin/worker-notifications entrypoint, Dockerfile chmod, and
docker-compose service definitions for the new Notifications worker
without disturbing the existing Mails worker, and re-adds the Mails
queue/class constants on Event so the legacy callers still resolve.
The full mail->notification swap (caller migration, Mails removal,
worker rename) will land as a follow-up.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-01 15:56:43 +12:00
Hemachandar
7d15d7e1f5
Rename time-travel task ( #11523 )
...
* Rename time-travel task
* rename
2026-03-11 16:15:50 +05:30
Matej Bačo
d3442d86c1
Rework time travel to CLI task
2026-03-09 12:54:12 +01:00
loks0n
b432918385
feat: worker executions
2026-02-09 20:20:44 +00:00
Matej Bačo
d71b289025
Implement screenshot worker
2026-01-08 16:51:04 +01:00
loks0n
55fbd77bf1
fix: task subprocesses
2025-12-30 09:13:26 +00:00
Hemachandar
47ea2893c3
rename task to Interval
2025-12-23 16:32:43 +05:30
Hemachandar
6f1d2d094a
rename task
2025-12-18 13:00:49 +05:30
Hemachandar
88bd35ce98
periodic task for rule verification & certificate generation
2025-12-18 12:40:24 +05:30
Steven Nguyen
6d55299836
Revert "worker: Graceful shutdown on SIGTERM"
2025-06-20 18:40:04 -07:00
Fabian Gruber
d98c06abf2
feat(worker): install stop hooks and close consumer
2025-05-30 13:53:29 +02:00
Fabian Gruber
8d5d9dc463
chore: use exec to replace /bin/sh shell with the actual program
2025-05-30 13:53:08 +02:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02:00
Damodar Lohani
f4d01f4c37
fix: remove stats usage dump worker from docker
2025-03-27 08:36:52 +00:00
Matej Bačo
725dff7f0f
Merge branch '1.7.x' into feat-sites
2025-03-13 11:41:28 +01:00
Matej Bačo
a3c176a2bd
Finalize PR
2025-02-27 17:46:41 +01:00
Matej Bačo
bf3b21cdb1
Implement screenshot task and initial run
2025-02-27 15:58:33 +01:00
Damodar Lohani
940f4d12af
Remove usage and usage dump in favor of stats-usage and stats-usage-dump
2025-02-11 07:52:37 +00:00
Damodar Lohani
d31a358392
Temp: everything to be removed
2025-01-30 07:07:10 +00:00
Damodar Lohani
cb31e7954e
refactor rename
2025-01-30 04:53:53 +00:00
Damodar Lohani
0da3f870f9
refactor: rename
2025-01-30 04:43:16 +00:00
Damodar Lohani
22ab23d009
feat: Stats resources worker
2025-01-30 04:05:51 +00:00
Damodar Lohani
21097041f0
refactor: rename usage count to stats resources
2025-01-30 03:50:27 +00:00
Damodar Lohani
9955b6b61c
usage count container and events
2025-01-27 04:33:33 +00:00
loks0n
2f0f7bf9c7
fix: test
2024-06-17 13:44:12 +01:00
Christy Jacob
10722aa736
chore: cleanup obsolete tasks and workers
2024-05-16 07:11:00 +00:00
Christy Jacob
a63667f5a3
chore: cleanup obsolete tasks
2024-05-16 07:04:40 +00:00
Jake Barnby
942847cf3a
Merge remote-tracking branch 'origin/main' into 1.5.x
...
# Conflicts:
# app/config/collections.php
# app/config/errors.php
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/account.php
# app/controllers/api/teams.php
# app/controllers/api/users.php
# app/controllers/shared/api.php
# app/init.php
# app/worker.php
# composer.json
# composer.lock
# docker-compose.yml
# src/Appwrite/Extend/Exception.php
# src/Appwrite/Platform/Services/Tasks.php
# src/Appwrite/Platform/Tasks/Maintenance.php
# src/Appwrite/Platform/Workers/Certificates.php
# src/Appwrite/Platform/Workers/Deletes.php
# src/Appwrite/Platform/Workers/Messaging.php
# src/Appwrite/Platform/Workers/Usage.php
# src/Appwrite/Platform/Workers/UsageHook.php
# src/Appwrite/Specification/Format/OpenAPI3.php
# src/Appwrite/Specification/Format/Swagger2.php
# tests/e2e/Services/Account/AccountConsoleClientTest.php
2024-02-22 01:29:28 +13:00
Jake Barnby
18f7168160
Merge main
2024-02-12 14:18:19 +13:00
shimon
632f78140f
Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into usage-queue-poc
...
Conflicts:
composer.json
composer.lock
2024-02-08 09:29:12 +02:00
shimon
7a2ee683e3
refactor usage poc
2024-01-28 11:28:59 +02:00
Bradley Schofield
186772cc15
Simplify commands, fix queue consts
2024-01-26 15:51:28 +00:00
Bradley Schofield
216a5d7001
Add queue management commands
2024-01-26 11:11:18 +00:00
Bradley Schofield
192599d7c6
Merge branch 'main' into feat-impl-queue-retry
2024-01-24 17:54:29 +00:00
Bradley Schofield
ab2d830cc0
Address comments
2024-01-24 17:44:29 +00:00
Torsten Dittmann
9f5a0312cf
Merge branch 'main' of https://github.com/appwrite/appwrite into 1.5.x
2024-01-24 11:24:59 +01:00
Bradley Schofield
f3579b3f12
Address Christy's Comments
2024-01-22 16:50:45 +00:00
Bradley Schofield
09a7fc9063
Update bin/queue-retry
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com >
2024-01-22 13:51:20 +00:00
Bradley Schofield
da014b0ad3
Rename retry to queue-retry
2024-01-17 15:49:50 +00:00
Jake Barnby
1301031b48
Update bin scripts
2024-01-11 16:10:20 +13:00
Jake Barnby
513ed9de05
Merge remote-tracking branch 'origin/1.5.x' into scheduling-temp
...
# Conflicts:
# app/controllers/api/messaging.php
# tests/e2e/Services/Messaging/MessagingBase.php
2024-01-11 13:06:15 +13:00
Matej Bačo
301401914a
Add generate translations command
2024-01-09 13:58:45 +00:00
Bradley Schofield
01d76a1746
Add Queue Retry Command to Appwrite
2024-01-04 13:00:25 +00:00
shimon
99f1543f1b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
Dockerfile
app/console
app/init.php
composer.lock
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Tasks/Hamster.php
2024-01-02 11:49:23 +02:00
shimon
d1751565cf
refactor usage worker
2023-12-24 20:38:15 +02:00
Prateek Banga
b8aa2faa7b
adds scheduling commit, still need to resolve pools error
2023-12-07 11:25:19 +01:00
德华 刘
b6fabf80ef
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into feat-refactor-hamster
2023-11-30 21:20:59 +00:00
Bradley Schofield
dea3e74b6a
Implement Job based hamster
2023-11-28 10:19:55 +00:00
shimon
7ee96fb118
sync against 1.4x
2023-11-26 10:36:52 +02:00
shimon
21895e3ac0
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
CHANGES.md
Dockerfile
app/controllers/api/storage.php
app/init.php
composer.lock
src/Appwrite/Migration/Migration.php
src/Appwrite/Platform/Services/Tasks.php
src/Appwrite/Usage/Calculators/TimeSeries.php
2023-11-26 10:28:17 +02:00