1. Proposed title of this feature request >> [RFE] Setting up Custom Crons which implies the ability to determine a cadence for specific day(s) of week/month. 2. What is the nature and description of the request? >> In this RFE is designed to honor a very specific day in a week or in a month. >> To get better details, can refer the this comment -->> https://bugzilla.redhat.com/show_bug.cgi?id=1950825#c2 3. Why does the customer need this? (List the business requirements here) >> Customer was a corn feature from the satellite where the satellite is intelligent enough to run a specific task for a particular day. That can be possible where that day comes once in a week or maybe once in a month based on the requirement. 4. How would the customer like to achieve this? (List the functional requirements here) >> Using Remote execution. >> Customer wants to setup conditional crons(complex) Similar like mentioned below: ------ [1] * * * * 7 [ $(date +\%d) -le 07 ] && /run/your/script or [2] * * * * 7 [ $(date +\%d) -le 07 ] ------ 5. For each functional requirement listed, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented. NA 6. Is there already an existing RFE upstream or in Red Hat Bugzilla? NA 7. Does the customer have any specific timeline dependencies and which release would they like to target (i.e. RHEL5,RHEL6)? NA
If we move to fugit, this should be doable using custom syntax[1]. [1] - https://github.com/floraison/fugit#the-first-monday-of-the-month
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/36154 has been resolved.
Verified on 6.14 as part of SAT-17647 effort
*** Bug 2221565 has been marked as a duplicate of this bug. ***