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
The jamod library uses a mutex to control access to the execute method.
The ramping thred can be interrupted after (or during the process) acquiring this lock. This is handled by the jamod library by catching the interrupted exception and terminating.
The text was updated successfully, but these errors were encountered:
Constants.java: Added an environment to easily switch the values of some constants between development and production.
MotorController.java: The ramping algorithm runs inside a self-contained task. This was done to make it respond to interrupts when new ramping commands are received. There is still a bug in this implementation which has been commented as Issue #1 in github.
RudderControllerApplication.java: The logic of the rotation was inverted. This should be a temporary hack and should be fixed from the front end.
The jamod library uses a mutex to control access to the execute method.
The ramping thred can be interrupted after (or during the process) acquiring this lock. This is handled by the jamod library by catching the interrupted exception and terminating.
The text was updated successfully, but these errors were encountered: