Add line into `.env` for default queue worker duration - codalab/codabench GitHub Wiki
v1.7.0
This intervention is needed when upgrading from a version equal or lower thanYou will need to add the following line into your .env
file
MAX_EXECUTION_TIME_LIMIT=600 # time limit for the default queue (in seconds)
This will change the maximum time a job can run on the default queue of your instance, as noted here