brucemcpherson / qottle

throttled async queue - includes duplicate skipping, concurrency control and rate limiting support
MIT License
5 stars 0 forks source link

Help using this with apps script #2

Open mpenna opened 11 months ago

mpenna commented 11 months ago

@brucemcpherson This seems like a quite interesting library. I would like to use it with a GAS project that I'm working on, and for that I have first tried a couple of your examples (rate limiting polling and the pub-sub one), but couldn't seem to get neither working. Could you give a hand in getting these examples working in a simple GAS function to be triggered, for instance, from the online editor?

Thank you.

mpenna commented 11 months ago

In a scenario where some large workload would need to be broken up into smaller chunks/tasks to be processed via time-driven trigger events (one that could benefit from a queueing system), what would you say should be the proper approach towards handling queue persistence (serialization / deserialization)?