The release information for elysia_cron 7.x-2.2 contains the message "WARNING: READ ABOUT NEW DRUSH COMMANDS SYNTAX BEFORE UGRADING ON PRODUCTION!"

It does not provide a link.

Searching on Google for "new drush commands syntax" only links to the release information for elysia_cron 7.x-2.2 (searching with quotes) or apparently general articles about Drush commands (searching without quotes).

Please link "NEW DRUSH COMMANDS SYNTAX" to the relevant article.

Comments

Charles Belov created an issue. See original summary.

kala4ek’s picture

Assigned: Unassigned » kala4ek

Sorry, my fault.

Will write here and create new Documentation page.

Run all cron tasks in all active modules for specified site using elysia cron system. This replaces the standard "core-cron" drush handler.

Examples:
 elysia-cron run                           Run all cron tasks in all active modules (as the standard "core-cron") 
 elysia-cron run --verbose                 Run all cron tasks in verbose mode                                     
 elysia-cron run @channel                  Run all cron tasks in specified channel                                
 elysia-cron run search_cron               Run only search index build task (force execution)                     
 --ignore-time                                                                                                    
 elysia-cron list --elysia-cron-verbose    List all channels/tasks in verbose mode                                
 elysia-cron disable search_cron           Disable search index build task

Options:
 --elysia-cron-verbose                     enable extended output (the same as --verbose, but without enabling drush verbose mode) 
 --ignore-disable                          run channels/tasks even if disabled                                                     
 --ignore-running                          run channels/tasks even if already running                                              
 --ignore-time                             run channels/tasks even if not ready for execution                                      
 --quiet                                   suppress all output                                                                     
 --verbose                                 enable extended output

  • kala4ek committed 22ca86e on 7.x-2.x
    Issue #2800911: Provide link to relevant Drush information
    
kala4ek’s picture

Assigned: kala4ek » Unassigned
Status: Active » Fixed
WorldFallz’s picture

Status: Fixed » Active

Question regarding this issue and release note warning.

That's a rather scary announcement on the release notes page-- but from what I can tell though, unless you use drush to run cron, this will have zero impact. Or is there something else I'm missing?

Whenever I see a release note like that, I always take them seriously-- but it would be helpful know whether or not it will affect my sites.

Thanks!

kala4ek’s picture

Status: Active » Fixed

If you run elysia cron only from drush - there should not be any other impact.
But if you launch cron visitor's requests, it may have an issue related to new permission Execute elysia cron jobs, but not sure, follow the #2801599: Elysia Cron not running automatically

WorldFallz’s picture

Perfect-- exactly what I needed to know. Thanks so much!

You might want to add something about 'if you run elysia cron" to that scary message though-- it doesn't read that way currently.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.