You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current default of 1 can easily lead to unnecessary load on the processor and the PostgreSQL database as the runners will be querying the database for process state every second for each process. This polling mechanism is merely a backup for continuing a process that was waiting on a subprocess in the case it missed the broadcast of the child being done.
The text was updated successfully, but these errors were encountered:
The current default of
1
can easily lead to unnecessary load on the processor and the PostgreSQL database as the runners will be querying the database for process state every second for each process. This polling mechanism is merely a backup for continuing a process that was waiting on a subprocess in the case it missed the broadcast of the child being done.The text was updated successfully, but these errors were encountered: