fix(supervise): remove queue directory from db-backed flow
This commit is contained in:
@@ -74,7 +74,6 @@ def _plan(
|
||||
if supervise:
|
||||
supervise_plan = SupervisePlan(
|
||||
slug="demo-abc12",
|
||||
queue_dir=Path("/tmp/queue"),
|
||||
db_path=Path("/tmp/bot-bottle.db"),
|
||||
)
|
||||
return DockerBottlePlan(
|
||||
|
||||
Reference in New Issue
Block a user