POD: improve wording, punctuation, caps
[?]
Sep 3, 2021, 1:13 PM
7RQLROGTEI6HUQYQRESQOA5K5QCK4QWIA7DWCMWMTM6J4KE5ALPACDependencies
- [2]
GMOI3OFSResultSet::TaskRetries: add get_seconds_to_next_retry - [3]
I7Q3M7V3TaskDispatcher: Support re-queueing tasks, and dropping tasks after 100 failures. - [4]
DHOKYWTSHook up the retryable tasks with hydra-notify - [5]
IBXWOZCLResultSet::TaskRetries: teach about saving tasks - [6]
SWXGVPJNhydra-notify: extract runPluginsForEvent to a TaskDispatcher
Change contents
- replacement in src/lib/Hydra/Schema/ResultSet/TaskRetries.pm at line 16
If there are no tasks to be reattempted it returns undef.If there are no tasks to be reattempted, it returns undef. - replacement in src/lib/Hydra/Schema/ResultSet/TaskRetries.pm at line 20
Otherwise, returns the number of seconds from now to look for work.Otherwise, returns the number of seconds to wait before looking for more work. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 140
L<Hydra::Event> the event, usually from L<Hydra::PostgresListener>.L<Hydra::Event> The event, usually from L<Hydra::PostgresListener>. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 157
Execute a specifi plugin against the provided L<Hydra::Task>.Execute a specific plugin against the provided L<Hydra::Task>. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 168
L<Hydra::Task> the task, usually from L<Hydra::Shema::Result::TaskRetries>.L<Hydra::Task> The task, usually from L<Hydra::Shema::Result::TaskRetries>. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 218
L<Hydra::Task> the task to mark as successful.L<Hydra::Task> The task to mark as successful. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 246
L<Hydra::Task> the task to mark as successful.L<Hydra::Task> The task to mark as successful. - replacement in src/lib/Hydra/TaskDispatcher.pm at line 281
L<Hydra::Task> the task to return labels for.L<Hydra::Task> The task to return labels for.