Olivier Sels

Results 7 comments of Olivier Sels

Thanks for the thorough review! I'm sorry for not responding sooner but I should be more available going forward. I've resolved most of your remarks, they were good suggestions. And...

Ok great! I guess we're all set for @jneves to merge then.

Updated to 0.48.2 (and async -> asynchronous rename)

I will finally start using this feature in a project I'm working on. A requirement for this project was that async invocation could be delayed for more than 15 minutes...

@M0dM I personally use Terraform to manage zappa infrastructure so I don't have that issue in my environments. A fix for that would be nice but I don't see it...

@vmiguellima I've opened an issue with a feature proposal on the new zappa repo: - https://github.com/zappa/Zappa/issues/1283

> Not sure what are the use cases for delayed asynchronous tasks We use it extensively in our projects for sending reminders to customers. For example: ```python @task(delay_seconds=60*60*24) # Delay...