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 is a aggregate issue of all minor TODOs not worth a separate issue. Noted here mainly for my own organization
Add README.md to simple-example
Move Swagger API out of Docs folder (doesn't belong there)
Move parser responsiblity out of the create_workflow api command. Currently it is not retried if it fails or periodically to update the workflow. Combined with the plan to provide 'version policies' it might need to be moved to the controller.
Implement control loop in controller
Refactor scheduler to a more structure format (using GOSTA framework for example)
Fix the projection component (currently a lot of duplication, lacking a general interface)
(Nats) Unsubscribe from completed invocations.
Evict completed invocations from cache (or just when capacity is met)
introduce overflow flag in the subscription model. If set, increase frequency of control loop that checks the projector for active invocations
Generalize subscription model (currently specific to wf invocations)
Capture errors generated by fission functions.
The text was updated successfully, but these errors were encountered:
This is a aggregate issue of all minor TODOs not worth a separate issue. Noted here mainly for my own organization
The text was updated successfully, but these errors were encountered: