1
0
Fork 0
mirror of synced 2024-09-07 21:31:38 +12:00
Commit graph

811 commits

Author SHA1 Message Date
Christy Jacob
45092a1049
Update docker-compose.yml 2024-03-01 22:10:25 +05:30
Christy Jacob
2ffcb9b07e Merge branch 'main' of https://github.com/appwrite/appwrite into refactor-usage-sn 2024-03-01 16:08:03 +00:00
Steven Nguyen
fed197a313
Merge branch '1.4.x' into chore-sync-1.4.x-into-main 2024-02-29 21:53:39 +00:00
Christy Jacob
a8098831a3
Revert "usage/usage-dump queue health endpoints" 2024-02-22 12:21:48 +05:30
Torsten Dittmann
3476ab2627 dev: introduce redis insights 2024-02-13 12:26:02 +00:00
shimon
790cdc297b composer update 2024-02-08 10:26:45 +02: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
Khushboo Verma
1fefb7e133 Add a 20 second delay to maintenance worker 2024-02-05 15:01:23 +05:30
shimon
6a6c3445fa updates 2024-02-04 20:02:01 +02:00
Christy Jacob
2ff7c5ac8e chore: rename env variable 2024-01-29 20:07:17 +00:00
Christy Jacob
dc6f9e6d59 chore: add new env variable 2024-01-29 20:01:14 +00:00
shimon
7a2ee683e3 refactor usage poc 2024-01-28 11:28:59 +02:00
shimon
a0b38a5a7c Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn 2024-01-18 14:19:19 +02:00
loks0n
310d75b6be feat: update assistant 2024-01-10 10:17:52 +00:00
Torsten Dittmann
0a17e2bce9
feat: add new env variable to compsoe files 2024-01-02 19:53:37 +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
Torsten Dittmann
cc1272f80b feat: add new env variable to compsoe files 2023-12-29 22:09:59 +01:00
shimon
d1751565cf refactor usage worker 2023-12-24 20:38:15 +02:00
德华 刘
49bb3444bf chore: add logs 2023-11-30 21:11:31 +00:00
Bradley Schofield
dea3e74b6a Implement Job based hamster 2023-11-28 10:19:55 +00:00
shimon
4c6976488c clean up 2023-10-25 15:06:54 +03:00
shimon
9fad9dca88 usage sync 2023-10-25 10:39:59 +03:00
Matej Bačo
20c37db8fc Upgrade executor 2023-10-19 11:54:56 +02:00
Christy Jacob
20985c7ee4
Merge pull request #6946 from appwrite/remove-resque
chore: remove resque library and update health check endpoints
2023-10-18 16:59:44 -04:00
Christy Jacob
be26e4b729 chore: remove resque library and update health check endpoints 2023-10-18 19:44:06 +00:00
Christy Jacob
f822f86517
Merge branch '1.4.x' into refactor-workers-sn 2023-10-18 15:26:45 -04:00
Christy Jacob
67642f9f91 chore: update docker compose config 2023-10-18 01:56:05 +04:00
shimon
b42a9e94e2 some fixes 2023-10-17 18:12:24 +03:00
shimon
3d5930c104 some fixes 2023-10-17 16:55:08 +03:00
Matej Bačo
97ea29bba2 Add dart 3.1 support 2023-10-17 10:18:29 +02:00
shimon
9a6d88a819 addressing some comments 2023-10-17 06:44:36 +03:00
shimon
a8f5886474 minor fix 2023-10-16 18:17:02 +03:00
shimon
0e2c1c1f2d small fixes 2023-10-16 16:20:41 +03:00
shimon
0c776e0a44 comparing $workersCount via worker.php vs init php 2023-10-16 11:04:44 +03:00
shimon
94178f8eaf rollback to Usage 2023-10-15 20:41:09 +03:00
Jake Barnby
48bc369149
Hardcode default queue for db worker only 2023-10-12 21:32:33 +13:00
Jake Barnby
8c92170cb6
Add missing workers num 2023-10-12 20:22:26 +13:00
Jake Barnby
dc580c3d0d
Change name 2023-10-12 20:15:16 +13:00
Jake Barnby
34e7af806a
Fix typo 2023-10-12 20:10:44 +13:00
Jake Barnby
855fe5b893
Remove redundant postfix 2023-10-12 19:12:26 +13:00
Jake Barnby
6a05d9606e
Remove default number postfix 2023-10-12 18:55:01 +13:00
Jake Barnby
1ac3372239
Set queue name per worker 2023-10-12 17:55:30 +13:00
Jake Barnby
69abd222e8
Simplify 2023-10-12 15:26:01 +13:00
Jake Barnby
7a78f49eb9
Allow multiprocess for db queue 2023-10-12 15:23:16 +13:00
Jake Barnby
c0c6197cff
Remove static queue set for database worker 2023-10-12 15:19:42 +13:00
Jake Barnby
d7b87d7bae
Add env var for db queues 2023-10-12 15:19:17 +13:00
shimon
893b1d0ba7 Merge branch 'main' of github.com:appwrite/appwrite into refactor-workers
 Conflicts:
	.gitmodules
	app/controllers/api/functions.php
	app/controllers/api/health.php
	app/init.php
	app/views/install/compose.phtml
	composer.lock
	src/Appwrite/Migration/Migration.php
	src/Appwrite/Platform/Workers/Builds.php
	src/Appwrite/Platform/Workers/Deletes.php
	src/Appwrite/Platform/Workers/Functions.php
	src/Executor/Executor.php
2023-10-11 12:08:13 +03:00
Steven Nguyen
623b2f97da
Ensure openruntimes-executor restarts after a server reboot
Every other service restarts automatically after a server reboot so
the openruntimes-executor should too. Otherwise, function executions
will fail as the executor is unavailable.
2023-10-05 14:25:50 -07:00
shimon
948f36a023 sync with 1.4 2023-10-05 16:15:39 +03:00
shimon
7f1507f810 sync with 1.4 2023-10-04 11:20:32 +03:00