paulhoule / tentacruel

MIT License
0 stars 0 forks source link

get away from cron jobs #36

Open paulhoule opened 5 years ago

paulhoule commented 5 years ago

With asyncio we ought to be able to juggle multiple things going on with one process. For instance, some of the weather radar jobs could be consolidated with the pinger, defend, wake-up, etc.

There are all kinds of possible problems such as:

Having everything running under the same python environment makes it easy. The big conceptual issue is how to pack up processes like the above so they can coexist in an event loop.