1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00

usage sync

This commit is contained in:
shimon 2023-10-25 11:00:21 +03:00
parent 9fad9dca88
commit b80bfb0a3c
7 changed files with 22 additions and 26 deletions

View file

@ -99,10 +99,6 @@ RUN chmod +x /usr/local/bin/doctor && \
# Cloud Executabless
RUN chmod +x /usr/local/bin/hamster && \
chmod +x /usr/local/bin/volume-sync && \
chmod +x /usr/local/bin/patch-delete-schedule-updated-at-attribute && \
chmod +x /usr/local/bin/patch-delete-project-collections && \
chmod +x /usr/local/bin/clear-card-cache && \
chmod +x /usr/local/bin/calc-users-stats && \
chmod +x /usr/local/bin/calc-tier-stats
# Letsencrypt Permissions

View file

@ -1,3 +0,0 @@
#!/bin/sh
php /usr/src/code/app/cli.php calc-users-stats $@

View file

@ -1,3 +0,0 @@
#!/bin/sh
php /usr/src/code/app/cli.php clear-card-cache $@

View file

@ -1,3 +0,0 @@
#!/bin/sh
php /usr/src/code/app/cli.php patch-delete-project-collections $@

View file

@ -1,3 +0,0 @@
#!/bin/sh
php /usr/src/code/app/cli.php patch-delete-schedule-updated-at-attribute $@

3
bin/worker-usage Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
php /usr/src/code/app/worker.php usage $@

29
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "06c2610579f319495ea7d2d28f42d376",
"content-hash": "65346becb6411191fbb9ef96078b1857",
"packages": [
{
"name": "adhocore/jwt",
@ -2629,16 +2629,16 @@
},
{
"name": "utopia-php/queue",
"version": "0.5.3",
"version": "dev-feat-get-worker-start",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/queue.git",
"reference": "8e8b6cb27172713fe5d8b7b092ce68516caf129a"
"reference": "c6fc4a267ab643500442e0cffcdf952ed80161f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/8e8b6cb27172713fe5d8b7b092ce68516caf129a",
"reference": "8e8b6cb27172713fe5d8b7b092ce68516caf129a",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/c6fc4a267ab643500442e0cffcdf952ed80161f4",
"reference": "c6fc4a267ab643500442e0cffcdf952ed80161f4",
"shasum": ""
},
"require": {
@ -2684,9 +2684,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/queue/issues",
"source": "https://github.com/utopia-php/queue/tree/0.5.3"
"source": "https://github.com/utopia-php/queue/tree/feat-get-worker-start"
},
"time": "2023-05-24T19:06:04+00:00"
"time": "2023-10-16T16:02:43+00:00"
},
{
"name": "utopia-php/registry",
@ -5796,9 +5796,18 @@
"time": "2023-08-28T11:09:02+00:00"
}
],
"aliases": [],
"aliases": [
{
"package": "utopia-php/queue",
"version": "dev-feat-get-worker-start",
"alias": "0.5.3",
"alias_normalized": "0.5.3.0"
}
],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"utopia-php/queue": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
@ -5822,5 +5831,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.2.0"
}