Jump to content

Automation and cron flags


hvr

Recommended Posts

Hello,

 

Is the automatic suspension date (Suspend Days) anniversary or the minimum days to wait before do the suspension? On docs I only found details about Invoice Generation logic.

 

In my case, it is possible to run Automatic Suspension using cron flag do_suspensions just on working days (mon-fri)?

 

Flaviu

Link to comment
Share on other sites

you may use action hook to not auto suspend accounts and notify you with ticket/email/or To-do item, so you know what account should be suspended and you can do it manually then.

 

you can use action hook to automate the suspension too in case you need the process to be done dynamically.

Link to comment
Share on other sites

  • 2 weeks later...

Hello hvr,

 

Were you able to get the cron flags to work properly to only perform automatic suspension on work days (M-F)?

 

I'm trying to do the same but getting conflicting information from WHMCS support and what others have posted in the forums.

 

Thanks, Daniel.

Link to comment
Share on other sites

  • 4 weeks later...

Hi Daniel,

 

Yes, I have setup cron to perform suspension just on office days (M-F).

First I have skipped suspentions with ' skip_suspensions' from daily cron. An than I created a new cron just for suspension with ' do_suspensions' flag, someting like this:

 

daily:

10 7 * * * php -q /home/...../admindir/cron.php skip_suspensions

 

suspensions:

10 9 * * 1-5 php -q /home/...../admindir/cron.php do_suspensions

 

you can skip multiple tasks by just adding the flags ' skip_suspensions skip_terminations'

 

Flaviu

Link to comment
Share on other sites

Hello Flaviu,

 

Thanks for your response. I presume this would work for any process that can be skipped? For example, we could "skip_invoice" on weekends, and invoices that would normally be generated on Saturday and Sunday would be generated on Monday?

 

Let me know if I have misunderstood.

 

Thanks, Daniel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated