EasyEngine / cron-command

Manages cron in EasyEngine
4 stars 9 forks source link

Cron list should show user #45

Open kirtangajjar opened 5 years ago

kirtangajjar commented 5 years ago

Currently ee cron list does not show the user command is being run as.

+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+
| id | site_url               | command                                                                                                                         | schedule       |
+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+
| 2  | www.greaterkashmir.com | sh -c 'wp cron event run --due-now'                                                                                             | 0 1/10 * * * * |
+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+

It should also show a user column which would describe value of --user parameter passed while creating a site.