lanl / BEE

Other
13 stars 3 forks source link

Remove delay time on workflow submit #728

Closed jtronge closed 8 months ago

jtronge commented 9 months ago

This should address issue #705. Tasks to start the GDB and initialize workflows are now offloaded to a celery backend based on Redis. I'm marking this as WIP since we still need to figure out the containers to use.

jtronge commented 9 months ago

This adds a new config option redis_image for the Redis container. Right now it's just using the official one from docker hub.

jtronge commented 9 months ago

The documentation for the new redis container should be updated now. I also changed bee_dep_image to neo4j_image in the config to be consistent.

jtronge commented 8 months ago

I just added a command beeflow core pull-deps to download both the Neo4j and Redis containers. I think this should address #702.

pagrubel commented 8 months ago

I'm getting an error when I try to run the simple cat-grep-tar example on darwin. Attaching the error log. bee-error-1697478790.log

pagrubel commented 8 months ago

I'm getting an error when I try to run the simple cat-grep-tar example on darwin. Attaching the error log. bee-error-1697478790.log

Deleted my bee_workdir to have a clean copy and this cleared up the problem.