Skip to content

Commit

Permalink
Add FIXME (#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Feb 14, 2025
1 parent 80b12a5 commit 7699551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ def submit(f, *args, **kwargs):
except KeyError:
assert queue_name in {
*config.fail_queue_names,
# FIXME: Implement mirror_source
# https://github.com/DataBiosphere/azul/issues/6860
config.mirror_queue.name
}
else:
Expand Down

0 comments on commit 7699551

Please sign in to comment.