Commit graph

3732 commits

Author SHA1 Message Date
shimon
d0985db27d interval update 2024-02-09 13:22:48 +02:00
shimon
3788d5bceb interval update 2024-02-09 12:56:37 +02:00
shimon
c1fb4ecf39 interval update 2024-02-08 21:41:23 +02:00
shimon
a1539395c6 interval update 2024-02-08 21:08:29 +02:00
shimon
72ee7d7f34 interval update 2024-02-08 20:51:54 +02: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
Christy Jacob
243ddd4b33
Merge pull request #7519 from appwrite/update-param-name
Update param name
2024-02-08 12:55:19 +05:30
shimon
93a99b561c remove debug lines 2024-02-07 11:54:18 +02:00
Christy Jacob
6a5defb91c
Merge pull request #7520 from appwrite/feat-sms-metric
Add count for messages(sms) metric
2024-02-06 22:44:06 +05:30
Christy Jacob
2f93dcc4df
Merge pull request #7547 from appwrite/feat-certificate-health-check
Add health certificate validity endpoint
2024-02-06 22:31:07 +05:30
Khushboo Verma
fb127270ce Add test for empty domain 2024-02-06 16:04:58 +05:30
Khushboo Verma
11ceeff5ca Add health certificate validity endpoint 2024-02-06 15:15:03 +05:30
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
shimon
bfe042dc3e fix 2024-01-30 13:29:15 +02:00
shimon
5518ca165e remarks 2024-01-30 13:24:57 +02:00
shimon
13a879c274 Add count for messages(sms) metric 2024-01-30 11:19:10 +02:00
Christy Jacob
7b5be4e154 chore: update team membership deletion 2024-01-30 08:42:46 +00:00
Christy Jacob
c192e48c48 chore: remove return 2024-01-29 20:25:23 +00:00
Christy Jacob
1e966d6b2e chore: rename env variable 2024-01-29 20:09:23 +00: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
Christy Jacob
a3b33ab746 chore: update var_dump 2024-01-29 15:56:07 +00:00
Christy Jacob
81f6e1990a chore: add logs 2024-01-29 15:07:56 +00:00
Christy Jacob
6c09d04038 fix: use atomic operations for count updates 2024-01-29 10:54:58 +00:00
shimon
44ed6826a9 refactor usage poc 2024-01-28 15:33:04 +02:00
shimon
36fddd4156 refactor usage poc 2024-01-28 11:46:13 +02:00
shimon
7a2ee683e3 refactor usage poc 2024-01-28 11:28:59 +02:00
Christy Jacob
906e227359
Merge pull request #7497 from appwrite/feat-queue-commands
Add queue management commands
2024-01-26 22:06:45 +04:00
Bradley Schofield
6ceeacbe03 Run Linter 2024-01-26 15:52:58 +00:00
Bradley Schofield
186772cc15 Simplify commands, fix queue consts 2024-01-26 15:51:28 +00:00
Christy Jacob
7e444b037d
Merge pull request #7482 from appwrite/feat-improve-cname-logging
Feat: CNAME validation logs
2024-01-26 19:08:26 +04:00
Christy Jacob
304b72a0c8
Merge pull request #7391 from appwrite/feat-impl-queue-retry
Add Queue Retry Command to Appwrite
2024-01-26 17:35:01 +04:00
Matej Bačo
ecb48b389e FixCI/CD failures 2024-01-26 12:22:06 +00:00
Matej Bačo
c0ae2e6549 PR review changes for exception publishing 2024-01-26 12:07:08 +00:00
Bradley Schofield
4c96f76762 Run Linter 2024-01-26 11:20:13 +00:00
Bradley Schofield
216a5d7001 Add queue management commands 2024-01-26 11:11:18 +00:00
Matej Bačo
50c2ebc950 PR review changes 2024-01-25 14:56:15 +00:00
shimon
b024cb5614 removed debug lines 2024-01-25 13:42:43 +02:00
Bradley Schofield
6997eec9dd Rename RetryJobs to QueueRetry 2024-01-24 17:54:52 +00:00
Bradley Schofield
192599d7c6 Merge branch 'main' into feat-impl-queue-retry 2024-01-24 17:54:29 +00:00
Bradley Schofield
57c019ff98 Update RetryJobs.php 2024-01-24 17:49:52 +00:00
Bradley Schofield
ab2d830cc0 Address comments 2024-01-24 17:44:29 +00:00
Bradley Schofield
d3e9d03329
Update src/Appwrite/Platform/Tasks/RetryJobs.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-01-24 14:45:24 +00:00
Bradley Schofield
351abe50d3
Update src/Appwrite/Platform/Services/Tasks.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-01-24 14:45:17 +00:00
Matej Bačo
f4a4cfa207 PR review changes 2024-01-24 12:40:56 +00:00
Matej Bačo
5bd106afaf Implement better cname validation logging 2024-01-23 15:40:32 +00:00
Bradley Schofield
448b3b0cc0
Merge branch 'main' into feat-impl-queue-retry 2024-01-22 16:51:18 +00:00
Bradley Schofield
f3579b3f12 Address Christy's Comments 2024-01-22 16:50:45 +00:00