You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In case a quick response is needed, consider having two workflows: one for the critical part that provides the response, and another that can continue handling non-critical operations at a slower pace
## Advanced Techniques / Ideas
-**Parent workflows**: Implement techniques to drain queues of child workflows efficiently.
- Before: Every click created a new parallel workflow, leading to multiple parallel operations.
- Now: Signals queue a child workflow but wait for the previous one to finish.
-**Scheduled Workflows**: Schedule executions when timing is not critical. Avoiding times when we are under heavy traffic.
All screenshots were taken during the conference and are not my own. I highly recommend reviewing the talks once they are published and congratulating the engineers behind them