Lampros Smyrnaios
|
88a74b2c41
|
Add support for all private addresses, defined in "RFC 1918" standard. This fixes the issue of discarding some "shutdownService" requests due to coming from different local private addresses, when the Controller was run inside a docker container.
|
2023-06-15 13:26:27 +03:00 |
Lampros Smyrnaios
|
e2776c50d0
|
- Optimize the "WorkerReportResult" and the "ShutdownWorker" requests.
- Improve documentation.
|
2023-06-10 02:31:57 +03:00 |
Lampros Smyrnaios
|
6669dc61bf
|
- Increase the initialDelay for the "checkIfServiceIsReadyForShutdown" scheduled-task, in production, to 10 minutes.
- Code polishing.
|
2023-06-06 16:49:53 +03:00 |
Lampros Smyrnaios
|
0ea3e2de24
|
Add the "shutdownService" and "cancelShutdownService" endpoints. The Controller sends the related requests to the Workers and shutdowns gracefully, after all workers have shutdown.
|
2023-05-24 13:42:29 +03:00 |