1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app/controllers
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
..
api Fix the Health service's get X queue endpoints 2023-11-03 16:57:30 +00:00
shared rollback to Usage 2023-10-15 20:41:09 +03:00
web sync with 1.4 2023-10-02 17:02:48 +03:00
general.php Fix incorrect general_protocol_unsupported error 2023-10-31 18:31:36 +00:00
mock.php Refactor code and add more assertions 2023-10-23 15:03:24 +05:30