TheNeedForSleep
TheNeedForSleep
Well unless there is no major speed improvement its actually useless I guess. I feel like having two ways of doing the same task might be bad design anyway, given...
Sorry for the late reply. The weekend had other plans for me. My testings have shown that given the task to load all mosmix-L stations: - "single station" method takes...
I currently have no access to the device where i made the changes. The "benchmark" obviously highly dependens on the given RAM, processing power and network speed. I think adding...
The code is not ready to be merged!
> Question: why is it necessary to make the change in manager.py? It looks to me that the existing query will already fallback to a job where jobs.lock IS NULL....
Motivation for this change: Worker will crash when trying to add a job with lock that already is in the lock index.  Test setup: Og current main fetch job...
If two or more workers fetch a job with the same lock one of them will have a unique constraint violation on the update part. If it fails to update...