The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Helios Fatal"

Helios::Error::Fatal - fatal exception class for Helios indicating a job failed but can be re-attempted River stage one • 5 direct dependents • 5 total dependents

Helios::Error::Fatal can be used to identify errors that were severe enough to cause a job to fail. This implies an error that should be logged and the Schwartz job in question should be marked as failed (with the $job->failed() method). If your Work...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC

Helios::Error::FatalNoRetry - fatal exception class for Helios indicating a job failed and the error was so serious the job should not be reattempted. River stage one • 5 direct dependents • 5 total dependents

Helios::Error::FatalNoRetry can be used to identify errors that cause a job not only to fail but to not be re-attempted by the job processing system. This implies an error that should be logged and the Schwartz job in question should be marked as per...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC

Helios::Error - a convenience class to import all Helios::Error exception classes River stage one • 5 direct dependents • 5 total dependents

Use the above single line in your code instead of: use Helios::Error::BaseError; use Helios::Error::Warning; use Helios::Error::Fatal; use Helios::Error::FatalNoRetry; use Helios::Error::DatabaseError; use Helios::Error::InvalidArg; use Helios::Error...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC

Helios::Error::Warning - exception class for Helios indicating a job was successful but it encountered errors during processing River stage one • 5 direct dependents • 5 total dependents

Helios::Error::Warning can be used to identify errors that were not severe enough to cause a job to fail, but probably should be logged. Normally this would mean simply logging the error, and calling the $job->completed() method as normal. Compare th...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC
4 results (0.033 seconds)