Skip to content

Add line into `.env` for default queue worker duration

ObadaS edited this page Sep 17, 2024 · 2 revisions

This intervention is needed when upgrading from a version equal or lower than v1.7.0

You 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

Clone this wiki locally