DBuildService / dbs-server

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Implement/fix running status #21

Closed hhorak closed 9 years ago

hhorak commented 9 years ago

If task is submitted, it stays a long time in pending status, which does not reflect reality, since I see in the logs that celers already do something for that task. The status should respect what is actually happening.

TomasTomecek commented 9 years ago

indeed, we should make tasks resistent to any tracebacks; as soon as logs will be stored on server, we should improve our codebase so if there is any exception, it gets propagated to server and nothing gets stale or stuck

TomasTomecek commented 9 years ago

the implementation is a workaround and should be done properly (will do at some point)

my previous comment is seriously off-topic, I think this is some other issue :)