Skip to content

Commit

Permalink
Merge pull request #309 from juaml/refactor/queue-context-adapter
Browse files Browse the repository at this point in the history
[ENH]: Introduce `QueueContextAdapter` and `HTCondorAdapter`
  • Loading branch information
synchon authored Mar 7, 2024
2 parents 8668590 + 67e45d6 commit cc5eb54
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 796 deletions.
8 changes: 8 additions & 0 deletions docs/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ Decorators
.. automodule:: junifer.api.decorators
:members:
:imported-members:


Queue Context
-------------

.. automodule:: junifer.api.queue_context
:members:
:imported-members:
1 change: 1 addition & 0 deletions docs/changes/newsfragments/309.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Introduce :class:`.QueueContextAdapter` as an abstract base class for job queueing and :class:`.HTCondorAdapter` as its implementation for HTCondor by `Synchon Mandal`_
Loading

0 comments on commit cc5eb54

Please sign in to comment.