The community member is looking for a way to queue actor/task runs when there is not enough memory available, as their use case involves many tasks that can run out of memory when a schedule is triggered. The comments indicate that this feature is not yet available, but a community member mentions a feature request for a Batch Runner Actor that may provide this functionality in the future. Other community members express interest in this solution, as the only alternative seems to be monitoring resources and retrying, which is described as "dumb".
Hi all, is there a way to put actor/task runs in queue when there is no memory left. My use case is a schedule may contain many tasks so when the schedule triggers, it can run out of memory and fail some tasks.