1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00
appwrite/bin/worker-functions

3 lines
241 B
Plaintext
Raw Normal View History

#!/bin/bash
QUEUE='v1-functions' APP_INCLUDE='/usr/src/code/app/workers/functions.php' REDIS_BACKEND="${_APP_REDIS_HOST}:${_APP_REDIS_PORT}" php /usr/src/code/vendor/bin/resque -dopcache.preload=opcache.preload=/usr/src/code/app/preload.php