Adrian Simpkins Posted April 6, 2020 Share Posted April 6, 2020 Hi All, I have setup some scheduled daily jobs for some of our teams, however I need to setup a Monthly job to generate on the 1st of each month - however when I look a the node for configuring 'Get Current Day' I am unsure if this can be changed to cater for a job to auto generate only on the 1st working day of each month. Anyone setup a monthly job at all? If so, how do I configure the scheduled job to generate on a monthly basis please? Many thanks ! Link to comment Share on other sites More sharing options...
Steven Boardman Posted April 6, 2020 Share Posted April 6, 2020 @Adrian Simpkins an option to consider here is our API Scheduler https://wiki.hornbill.com/index.php/API_Scheduler This will allow for the logging of new requests via scheduled API calls - the example one on the wiki is for an Incident. It users cron for scheduling, and as per the example below you could use one of the pre-defined examples - 0 0 0 1 * * https://godoc.org/github.com/hornbill/cron This is obviously outside of the Hornbill User Interface, but might be an option for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now