Hello,
First, thank you for your work, it's really good and we are happy with the pro version.
I would like to ask a feature request:
In a workflow, our last job is the billing process, in that process we aim to generate a unique Billing int ID, this int must by sequential for a whole organisation.
But an organisation can launch multiple workflow at the same time.
Today, we lock up that process with Redis to ensure continuity. It works. But we would like to launch the billing job through a "global" sequence (using key args)
Do you think this feature is doable ?
Hello,
First, thank you for your work, it's really good and we are happy with the pro version.
I would like to ask a feature request:
In a workflow, our last job is the billing process, in that process we aim to generate a unique Billing int ID, this int must by sequential for a whole organisation.
But an organisation can launch multiple workflow at the same time.
Today, we lock up that process with Redis to ensure continuity. It works. But we would like to launch the billing job through a "global" sequence (using key args)
Do you think this feature is doable ?