I am collecting Jira events and currently the moment the event happens it is written to Forge storage. When referring to the documentation, I see that this is not recommended, because there is a 1000 write operations / 20 seconds quota.
Therefore I am following the example using Async Events, where the storage.set operations are delayed. However there is another quota of ~ 1000 invocations per user per week.
Do these queue consumer calls contribute to the invocation quota?