For sites with shared hosting, setting the time between workflows to be larger than 1 can slow or stop processing or workflows.
This commit is contained in:
parent
2aa8de8a86
commit
49ee896aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
# can help avoid creating a denial of service attack on overworked
|
||||
# or underpowered servers.
|
||||
|
||||
"timeBetweenRunningWorkflows" : 2,
|
||||
"timeBetweenRunningWorkflows" : 1,
|
||||
|
||||
# How long should Spectre delay processing a workflow instance when
|
||||
# it gets suspended. It can get suspended if it's waiting for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue