We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To override settings on your production server, create a docker-compose.override.yml in the codalab-competitions source directory.
docker-compose.override.yml
codalab-competitions
Add this to your docker-compose.override.yml:
version: '2' services: worker_compute: command: "/bin/true" minio: command: "/bin/true" createbuckets: command: "/bin/true"
This forces the worker to close instantly instead of running on the web host.
Up the workers in your .env to 32 like so:
.env
WEB_CONCURRENCY=32
Setup the following cron job to upload a backup of your database to /backups on whichever storage you have chosen (AWS S3 or Azure Blob Storage).
/backups
crontab -e
then add this for daily backups:
@daily /path/to/codalab-competitions/scripts/pg_dump.py