lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 8d40b0c2 authored by Yusei Tahara's avatar Yusei Tahara

component/dcron: Add a dependency to randomsleep to give a random delay on cron jobs.

parent f1c44bda
showcase feature/caddy-frontend-drop-non-zero-knowledge-ssl feature/cluster-ca feature/dnsresolver feature/erp5-prepare-for-trusted-frontend feature/erp5-smart-backend feature/erp5clusterkernel feature/erp5testnode-playbook-test feature/erp5testnode-testsuite-invmtest feature/kvm-promise-control feature/monitor-edge-readable-title feature/no-publish-on-update feature/openjdk-8 feature/optimize-request-on-destroy feature/rapid-cdn feature/rapid-cdn-certificate-matcher feature/rapid-cdn-clean-cluster feature/rapid-cdn-clean-cluster-next feature/rapid-cdn-clean-cluster-slave-remove feature/rapid-cdn-free_port feature/rapid-cdn-haproxy-certificate-check feature/rapid-cdn-http-01-challenge feature/rapid-cdn-websocket-full-test feature/rapidspace-automation feature/shared-component feature/shared-component-next feature/slapos-build-simple-networkcached feature/slapos-host-awareness feature/slapos-sr-testing-developer feature/slapos.package-feat/build_slapos_node_python3 feature/software-cdn feature/switch-softwaretype-noop feature/url-monitor-domain-expiration feature/version-up-202110-complex-postponed fix/erp5testnode-shortened-path fix/kvm-all-buildout-safe fix/rapid-cdn-content-type-cached fix/rapid-cdn-promise-relax fix/resilient-unique_by_network fix/tcl-own-zlib gabriel_caucase_integration 1.0.80 1.0.79 1.0.78 1.0.77 1.0.76 1.0.75 1.0.74 1.0.73 1.0.72 1.0.71 1.0.70 1.0.69 1.0.68 1.0.67 1.0.66 1.0.65 1.0.64 1.0.63 1.0.62 1.0.60.1 1.0.60 1.0.59 1.0.58 1.0.57 phase-1.00 erp5testnode-scalability-1-rc2 erp5testnode-scalability-1-rc1
No related merge requests found
......@@ -2,6 +2,7 @@
extends =
../coreutils/buildout.cfg
../patch/buildout.cfg
../randomsleep/buildout.cfg
parts = dcron-output
......@@ -18,6 +19,7 @@ make-options =
post-make-hook = ${:_profile_base_location_}/dcron-hooks.py#860e914dff4108b47565965fe5ebc7b5:post_make_hook
environment =
PATH=${patch:location}/bin:%(PATH)s
randomsleep_install = ${randomsleep:location}
[dcron-output]
# Shared binary location to ease migration
......
Markdown is supported
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