package
0.2.0-beta.1
Repository: https://github.com/metrumresearchgroup/rsq.git
Documentation: pkg.go.dev
# Structs
Job represents information about the job queue.
Result stores the results from Rscript.
RScript contains information needed to run an Rscript.
RunDetails stores details about a script being run Queue time represents the time a request was added to the Queue StartTime is the time the worker starts execution of the code for processing steps Duration is the time, in milliseconds from StartTime to the run completing RunDir is the (sub)-directory where the script was executed Error is the string representation of the error that stopped the run if an error was present as a unix timestamp.
# Interfaces
Client creates a connection to services.
JobService describes the interface to interact with models.