python job queue library for desktop -
i want develop pyqt contacts list desktop application , wanted jobs performed time time when event happens.for instance,i want when hit contact button,a job of sending emial added queue , done after 5 minutes.
i have seen job queuing solutions , require redis or other kind of broker.i want app simple , bundling servers such redis not like.
is there simple job queue can use perform simple jobs plan on having in app without requiring huge service brokers?.
the first thing comes mind quartz framework - it's scheduler, originates in java (i think). looked , found question here @ stackoverflow: an enterprise scheduler python (like quartz), , looks match.
Comments
Post a Comment