Skip to content

Conversation

@rik-bos
Copy link

@rik-bos rik-bos commented Jun 24, 2020

Hi Andries,

In multiple projects I run into the issue that the Microflow timer triggers a microflow even if the previous execution isn't finished. Ultimately this can crash an entire app since the timers might just "ddos" the app by adding more requests even if the server is already low on memory.

I changed it so it won't trigger a new flow before the last one is finished (just like Scheduled Events work).

Can you merge this change and publish a new version in the appstore?

Rik

@diego-antonelli
Copy link
Contributor

@rik-bos can you please bump the version of this widget?

@leonardomendix leonardomendix self-requested a review September 29, 2020 07:53
Copy link
Contributor

@leonardomendix leonardomendix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and it works as expected.

@diego-antonelli diego-antonelli merged commit b95956e into mendix:master Sep 29, 2020
@rik-bos
Copy link
Author

rik-bos commented Sep 29, 2020

Hi Diego,

Thanks for picking this up! I saw that you already merged the PR. Is it still needed for me to bump the version?

Rik

@diego-antonelli
Copy link
Contributor

No, there is another PR we will merge and that one contains a bump. I am just waiting the PR to be rebased

@rik-bos rik-bos deleted the blockingExecution branch September 29, 2020 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants