I'm trying to run luigi job from http request using
luigi.build([task], local_scheduler)
However, I'm getting "ValueError: signal only works in main thread" (probably not Luigi's fault, but Twisted's). I'm able to start a job with command using os.system('luigi --module ...'), but I was hoping for more straightforward way. Perhaps submitting a job using REST api?
Thanks for any hints!
Mojmir
--
You received this message because you are subscribed to the Google Groups "Luigi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to luigi-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.