valerio

Results 26 issues of valerio

This code defines the `__repr__` method for the JobResult class in order to improve the log messages generated by the redis class rq.worker.

This code allows to handle graal jobs. The identification of a graal job is done according to the category name. If it starts with `code_`, arthur will look for graal...

This code adds methods to stop scheduling and listening jobs.

This code checks that cancellation of tasks and handling of successful jobs are correctly executed by the scheduler

This PR removes the writer used to store items generated by the jobs to an ElasticSearch storage. It also update the readme file

The goal of this issue is to improve the documentation by adding information such as: - context where the tool was developed (Crossminer) - steps to run the tool -...