Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIFO HTTP Post action #179

Open
dmitriim opened this issue Mar 29, 2022 · 2 comments
Open

FIFO HTTP Post action #179

dmitriim opened this issue Mar 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dmitriim
Copy link
Member

To keep We would need to send moodle events in the order they happen.

@dmitriim dmitriim added the enhancement New feature or request label Mar 29, 2022
@Peterburnett
Copy link
Contributor

This almost feels like it should be a trait that a workflow can set at a top level, as a config checkbox similar to realtime processing.

I dont think it makes sense in the context of a step, because those are independent of the workflow, and are tied completely to the event. This is more about the order that the events are queued and executed by the workflow manager.

@brendanheywood
Copy link
Contributor

If this was done at a step, then it would need to look at all other instances of a workflow and block if any others have a timestamp earlier and then we can just say please wait and try again later.

Being devils advocate, I think this could be done at the step level which would allow all the steps before it to be done in any order and then it would throttle them to be in order and then potentially any steps after this could run out of order again. Not sure if thats a feature or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants