Skip to content
Unverified Commit ba954958 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add backgroundjobs to OCP



This adds abstract classes to base background jobs on.
Right now almost all uses of this use the private namespace.

For most usages it will be enough to just extend the the abstract
classes QueuedJob or TimedJob.

It should be a straight forward drop in replacement.

The private jobs can then be killed off after a few releases. So we have
a nice public API.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent ea411cce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment