CHIMEFRB / workflow

🌊 Working in flowstate.
0 stars 0 forks source link

`workflow buckets rm [BUCKET]` only removes 100 works #120

Closed tjzegmott closed 1 month ago

tjzegmott commented 1 month ago

Should add an option to set the limit instead of only using the default of 100

tjzegmott commented 1 month ago

I think the issue comes from this call to view(): https://github.com/CHIMEFRB/workflow/blob/a3a1cabbb4ef54de07b7d50efcdeb3d7d18105d6/workflow/http/buckets.py#L174

odarotto commented 1 month ago

That's right, I can add a parameter to the command and pass it into the view call.