[OBSOLETE] When the rule is executed for more than 5000ms. Squidex will repeat the rules multiple times

I’m submitting a…

[ ] Regression (a behavior that stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

When the rule is executed for more than 5000ms. Squidex will repeat the rules multiple times

image

Expected behavior

Minimal reproduction of the problem

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ ] Cloud version

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

In case of an error every rule will be executed multiple times: https://docs.squidex.io/concepts/rules#4-execution

They are executed almost at the same time.

image

Okay, thats strange…I will have a look.

I am not sure yet why it happens so often, but no action is allowed to run so long, because it can happen that the deqeuer receives the job multiple times then.

I will probably not improve it, because it would only make it more complicated.