We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05b65e commit 6de0d0fCopy full SHA for 6de0d0f
vulnerabilities/schedules.py
@@ -14,7 +14,6 @@
14
from redis.exceptions import ConnectionError
15
16
from vulnerabilities.tasks import enqueue_pipeline
17
-from vulnerablecode.settings import VULNERABLECODE_PIPELINE_TIMEOUT
18
19
log = logging.getLogger(__name__)
20
scheduler = django_rq.get_scheduler()
@@ -36,7 +35,6 @@ def schedule_execution(pipeline_schedule, execute_now=False):
36
35
func=enqueue_pipeline,
37
args=[pipeline_schedule.pipeline_id],
38
interval=interval_in_seconds,
39
- result_ttl=f"{VULNERABLECODE_PIPELINE_TIMEOUT}h",
40
repeat=None,
41
)
42
return job._id
0 commit comments