- Jan 04, 2018
-
-
Sybren A. Stüvel authored
The unit test WorkerSleepingTest.test_stop_current_task_go_sleep fails on 3.5.3.
-
Sybren A. Stüvel authored
-
- Jan 02, 2018
-
-
Sybren A. Stüvel authored
-
- Dec 15, 2017
-
-
Sybren A. Stüvel authored
This allows for some slight network lag when the job storage resides on a networked file system.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
- Dec 14, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
- Oct 20, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
When the worker receives the "shutdown" state it'll cleanly shut down, and eventually go to "offline" state.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
This is only supported on POSIX platforms that have those signals, i.e. not on Windows. In this change the state of the worker is more explicitly stored in FlamencoWorker.state.
-
Sybren A. Stüvel authored
-
- Oct 19, 2017
-
-
Sybren A. Stüvel authored
The Manager can now dictate that the Worker moves to an 'asleep' state.
-
- Sep 29, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
When the "may I run" system says "no", we shouldn't push a "canceled" status to the Manager, as this could overwrite another valid status that's there for some other reason.
-
Sybren A. Stüvel authored
This refusal can be because another worker is working on the task, but can also be for other reasons (like the task no longer being runnable).
-
Sybren A. Stüvel authored
This way it can be called from multiple coroutines without getting race conditions.
-
Sybren A. Stüvel authored
It'll be called in non-shutdown situations too.
-
- Sep 07, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
- Sep 06, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
Also changed from getting the local IP address to just using 0.0.0.0, which seems to work too.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
Apparently it's not supported on Windows when using IPv6.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
This would influence all socket timeouts on all network connections we do, which is a bad idea.
-
Sybren A. Stüvel authored
-