antarctica / simple-action-pipeline

MIT License
1 stars 0 forks source link

Add small delays (sleep) in start and finish tasks #17

Closed matscorse closed 1 month ago

matscorse commented 2 months ago

The sap pipeline bookends the application scripts with 'status' commands which are useful in the output stream (or logfile). At the moment these status commands are invoked too fast and the pipeline statefulness hasn't had a chance to update correctly, giving unpredicatable outputs.

Insert a small delay in Python prior to invoking status. (needs to be part of jugfile creation script)

matscorse commented 1 month ago

delay added with commit bdf351bb70e4011bcbbf13ee622ec4d9773cc6b5