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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
We understand that current build of community-server is pulling the binaries from main line of netflix conductor. However we are trying to override some of parameters which are not exposed as properties.
Ex. in the SystemTaskWorker.java
List polledTaskIds = queueDAO.pop(queueName, acquiredSlots, 200);
We want to change this to
List polledTaskIds = queueDAO.pop(queueName, acquiredSlots, 0);
Kindly suggest how we can make these kind of changes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
We understand that current build of community-server is pulling the binaries from main line of netflix conductor. However we are trying to override some of parameters which are not exposed as properties.
Ex. in the SystemTaskWorker.java
List polledTaskIds = queueDAO.pop(queueName, acquiredSlots, 200);
We want to change this to
List polledTaskIds = queueDAO.pop(queueName, acquiredSlots, 0);
Kindly suggest how we can make these kind of changes.
Beta Was this translation helpful? Give feedback.
All reactions