DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Consecutive worker registrations #203

Open JohannesGaessler opened 4 years ago

JohannesGaessler commented 4 years ago

Currently retiring/reconnecting workers does not seem to work correctly: When a worker already exists in the database Workers with the same UID seem to always be rejected. (This scenario does not appear in integration tests.)