Bradley Schofield
9da682ec48
Merge branch '1.5.x' into feat-runtime-controls-1.5.x
2024-08-06 18:57:55 +09:00
Bradley Schofield
e51f912ab1
Address Jake's comments and add 0.5 cpu spec
2024-08-06 18:54:46 +09:00
Christy Jacob
085efb02c5
Merge pull request #8445 from appwrite/fix-template-tags
...
Fix: template tags
2024-08-05 17:04:12 +04:00
Bradley Schofield
275ecc9f83
Fix specifications and make builds memory minimum 1024
2024-08-02 16:45:22 +09:00
Bradley Schofield
2060d3f09c
Rename everything to use specification instead of size
2024-07-31 20:27:32 +09:00
Bradley Schofield
f46e210000
Move mbSeconds into 1.5.x
2024-07-30 17:53:28 +09:00
Matej Bačo
cb9e5bd0ae
Upgrade VCS and support 0.1.x tags
2024-07-29 19:28:15 +02:00
Bradley Schofield
cb0baee4ad
Merge branch '1.5.x' into feat-runtime-controls-1.5.x
2024-07-24 12:00:17 +09:00
Bradley Schofield
f0c1a62aa2
Remove CPU/Memory from document, add envs, add tests
2024-07-22 18:12:43 +09:00
Binyamin Yawitz
17c708a056
fix: Setting path for vsc function deployments
2024-07-17 13:44:07 -04:00
Bradley Schofield
a57cc0a18e
Address Christy's comments
2024-07-16 20:00:00 +09:00
Bradley Schofield
372ad6ce43
Update mbSeconds calculation to use cpu cores
2024-07-16 19:12:40 +09:00
Bradley Schofield
fce118ff34
Move GBHours to 1.5.x
2024-07-12 19:02:32 +09:00
Bradley Schofield
824a70f936
Move Runtime Controls PR to 1.5.x
2024-07-12 18:25:57 +09:00
Christy Jacob
aa76862692
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into sync-with-1.5.x
2024-05-22 19:43:31 +00:00
Matej Bačo
8cc2530210
PR review changes
2024-05-09 13:40:31 +00:00
Matej Bačo
7d42db82a0
Fix python failing logs
2024-05-06 15:05:13 +00:00
Luke B. Silver
4b338d3740
Merge branch '1.5.x' into fix-templates-copy-hidden-files
2024-04-29 11:58:43 +01:00
Eldad Fux
beda5293b4
Fix format
2024-04-01 13:08:46 +02:00
Eldad Fux
8ed1da4ea8
Updated getEnv to use system lib
2024-04-01 13:02:47 +02:00
Steven Nguyen
7273d0e117
Escape function build command
...
The extra trim is neded to because the extra quotes interfere with
additional operations in the executor/orchestration library.
2024-03-13 10:17:37 +01:00
Steven Nguyen
b9b891a90b
fix(builds): fix float to int warning
...
Implicit conversion of float to int is deprecated and emits:
Deprecated: Implicit conversion from float N to int loses precision
Use floor to truncate.
2024-03-10 23:16:29 +01:00
Steven Nguyen
b7be370a53
fix(builds): use standard Exception
2024-03-10 23:13:55 +01:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Luke B. Silver
0f09fd5ade
Merge branch '1.5.x' into fix-templates-copy-hidden-files
2024-02-22 13:41:16 +00:00
Jake Barnby
379c79dae9
Consistent naming for device resources
2024-02-21 03:10:51 +13:00
Jake Barnby
2f711c84ed
Remove callback resources from workers
2024-02-21 00:40:55 +13:00
loks0n
050f501186
fix: templates copy hidden files
2024-02-19 09:11:15 +00:00
Steven Nguyen
4ace8ed027
Replace catching \Exception with \Throwable
...
\Exception doesn't work as a catch-all because not everything extends
\Exception. For example, there was a problem where the messaging worker
didn't catch an exception here:
} catch (\Exception $e) {
$deliveryErrors[] = 'Failed sending to targets ' . $batchIndex + 1 . '-' . \count($batch) . ' with error: ' . $e->getMessage();
} finally {
As such, $deliveryErrors stayed as an empty array. In this case, the
$adapter->send() threw a TypeError which extends Error which implements
Throwable. Updating the catch to catch \Throwable ensures the error is
caught and $deliveryErrors gets updated.
2024-02-08 01:17:54 +00:00
Torsten Dittmann
62e459c581
fix: workers
2024-01-24 12:29:36 +01:00
Torsten Dittmann
e148617d3e
fix: builds worker
2024-01-24 12:20:13 +01: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
Matej Bačo
92c4c52a81
QA changes
2024-01-02 13:02:11 +00:00
Matej Bačo
9fb6525063
Add new tags from worker, fix queue name
2023-11-22 14:50:57 +01:00
shimon
9fad9dca88
usage sync
2023-10-25 10:39:59 +03:00
shimon
9a6d88a819
addressing some comments
2023-10-17 06:44:36 +03:00
shimon
94178f8eaf
rollback to Usage
2023-10-15 20:41:09 +03:00
shimon
6d60b0bd8c
sync with 1.4
2023-10-03 11:40:34 +03:00
shimon
2bb4d8fb89
sync with 1.4
2023-10-02 17:02:48 +03:00
shimon
b02d51c794
migrations worker
2023-10-01 20:39:26 +03:00
shimon
9cf83151cd
certificates worker
2023-09-28 20:37:07 +03:00
shimon
a10246a9bd
build && audit && usage workers
2023-09-28 13:45:15 +03:00
shimon
fd4f86b1c1
functions/builds/deletes worker
2023-06-11 13:29:04 +03:00
shimon
62c619434e
functions/builds/deletes worker
2023-06-05 19:13:00 +03:00