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
In some specific cases, use {4096:8192} size isn't a good choice. It's possible set a different size to an individual a task?
For example, change this parameter on config/run_tasks.conf:
In some specific cases, use
{4096:8192}
size isn't a good choice. It's possible set a different size to an individual a task?For example, change this parameter on config/run_tasks.conf:
ss_my_simple_task{512:1024} rate(20 minutes) bundle exec rake simple_task
ss_my_heavy_task{4096:8192} rate(20 minutes) bundle exec rake heay_task
The text was updated successfully, but these errors were encountered: