efdevcon / pretix-eth-payment-plugin

An etheruem payment provider plugin for pretix
Other
42 stars 21 forks source link

Management command without cron #159

Open ligi opened 3 years ago

ligi commented 3 years ago

currently we run management commands every minute via cron to confirm orders or deal with refunds. But when people would install via the marketplace after #158 - then this is suboptimal. It would be better if it could run in pretix context triggered/scheduled by the plugin. Maybe we can hook into here: https://docs.pretix.eu/en/latest/development/api/general.html#pretix.base.signals.periodic_task

kvbik commented 2 years ago

this is being worked on here https://github.com/rahul-kothari/pretix-eth-payment-plugin/pull/9