CaveArnold / Sequence

Tracking Sequence feature requests.
0 stars 0 forks source link

Strict Asynchronous Rules #17

Closed CaveArnold closed 1 month ago

CaveArnold commented 5 months ago

Please make rules strictly execute asynchronously no matter when or why triggered.

May 9 at 10:30pm a rule was triggered causing a compound transfer of $952.65.

Screenshot 2024-05-12 224302

May 10 at 9:20am the same rule was triggered causing a second compound transfer of $952.65

Screenshot 2024-05-12 224509

On May 9 at 10:30pm when the first instance of the rule ran it entered a state of Pending.

When the second rule is triggered on May 10 at 9:30am it should check for any "active" rule instances defined as not in Error or Complete state

Screenshot 2024-05-12 224527

I consider this a bug in the codes execution logic, but if you disagree then please consider this an enhancement request to enforce asynchronous rules based on the activity status of existing instances.

[Return to Discord Entry Index]