I have a program that can only have 1 instance to process some data. (It's gui based.) I need to create a job queue and only process 1 item at a time with that program. If I try and process 2 or more then there is the possibility the wrong window will have focus and I get the wrong data, or all the windows will be closed at the wrong time. Is celery is the right tool for the job?
brockhaywood has quit
brockhaywood joined the channel
thedodd joined the channel
the-erm has left the channel
brockhaywood has quit
domino14 joined the channel
sheap joined the channel
yeshuah joined the channel
yeshuah has quit
sheap has quit
Debnet joined the channel
k_sze[work] joined the channel
peterloorke joined the channel
aidans has quit
aidans joined the channel
ryanhiebert joined the channel
malinoff joined the channel
lllama has quit
kzaitsev_ joined the channel
lllama joined the channel
anystrom has quit
domino14 joined the channel
kzaitsev_ has quit
shredding joined the channel
bkuberek_ joined the channel
mgedmin has quit
mgedmin joined the channel
mgedmin has quit
brockhaywood joined the channel
mgedmin joined the channel
flonka joined the channel
yeshuah joined the channel
yeshuah_ joined the channel
yeshuah has quit
shredding has quit
kzaitsev_ joined the channel
kzaitsev_ has quit
rickmak joined the channel
brockhaywood has quit
kzaitsev_ joined the channel
kzaitsev_ has quit
jbrhbr joined the channel
Debnet`Work joined the channel
kzaitsev_ joined the channel
ionelmc joined the channel
adrian_lc joined the channel
sputnik13 joined the channel
domino14 joined the channel
anuvrat joined the channel
Ergo joined the channel
kzaitsev_ has quit
kzaitsev_ joined the channel
maryokhin joined the channel
maryokhin has left the channel
maryokhin joined the channel
maryokhin has left the channel
limgad joined the channel
jbrhbr has quit
altipard_ joined the channel
altipard_ is now known as daltiparmak
kzaitsev_ has quit
kzaitsev_ joined the channel
kzaitsev_ has quit
Debnet`Laptop joined the channel
kzaitsev_ joined the channel
kaakku has quit
Debnet joined the channel
acangiani joined the channel
ryanhiebert has quit
ryanhiebert joined the channel
acangiani has quit
the_rat joined the channel
izquierdo has quit
maryokhin joined the channel
maryokhin has quit
Kraln joined the channel
rickmak has quit
italorossi joined the channel
maryokhin joined the channel
maryokhin has left the channel
ryanhiebert joined the channel
kaakku joined the channel
maryokhin joined the channel
maryokhin has left the channel
domino14 joined the channel
kzaitsev_ has quit
domino14 has quit
acangiani joined the channel
acangiani has quit
sai joined the channel
sai
Hello. I tried to use SoftTimeLimit and it works good, but I want to receive return from task. I receive the exception instance of course, but maybe someone know how to receive something usefull? I tried update_state and raise Ignore but no luck.