Search code examples
cronsap-commerce-cloud

Hybris run a cron job 'x' days before month end


I want to create a cron job in Hybris that can run 5 days before the month end.I'm do some using

0 23 22-31 * * [ $(date -d +1day +%d) -eq 1 ]

What is equivalent to this in hybris cron job impex configuration.


Solution

  • I found better solution , using quartz

    0 0 0 L-5 * ? *
    

    ref