Roland Thiolliere

Results 2 issues of Roland Thiolliere

Hello, The `:onyx.task-scheduler/colocated` scheduler does not respect tasks' `:onyx/max-peers` constrain. I do not know if there is a reason for that. The code seems to explicitly prevent it: https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/scheduling/colocated_task_scheduler.clj#L114-L116 Is...

Hi, I'm not sure how to implement filter support as an extension on my side. The way I did it was to implement the `build-appender` and the `start-appender!` function for...