1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
appwrite/app/controllers/api
Steven Nguyen 9f7bbe4869 Fix the Health service's get X queue endpoints
Before this, the endpoints called $client->sumProcessingJobs() which
only gets the currently processing jobs, but this endpoint should return
what's currently in queue, pending to be processed. This should be
retrieved using $client->getQueueSize().
2023-11-03 16:57:30 +00:00
..
account.php Refactor email templates 2023-10-26 16:47:14 -07:00
avatars.php sync with 1.4 2023-10-02 17:02:48 +03:00
console.php sync with 1.4 2023-10-02 17:02:48 +03:00
databases.php Add timeout test 2023-10-19 17:06:57 +13:00
functions.php Addressed PR comments 2023-10-27 19:38:33 +05:30
graphql.php sync with 1.4 2023-10-02 17:02:48 +03:00
health.php Fix the Health service's get X queue endpoints 2023-11-03 16:57:30 +00:00
locale.php sync with 1.4 2023-10-02 17:02:48 +03:00
migrations.php migrations worker 2023-10-01 20:39:26 +03:00
project.php rollback to Usage 2023-10-15 20:41:09 +03:00
projects.php Leave user placeholder in default email template 2023-10-26 16:23:58 -07:00
proxy.php queues fixes 2023-10-19 18:28:01 +03:00
storage.php Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-workers-sn 2023-10-16 17:06:59 +03:00
teams.php Refactor email templates 2023-10-26 16:47:14 -07:00
users.php Delegate custom deletes 2023-10-17 12:18:51 +13:00
vcs.php Addressed PR comments 2023-10-27 19:38:33 +05:30