Skip to content

Commit e26e3d4

Browse files
author
j.guyon
committed
documentation update before release 1.2.4
1 parent 8c575ff commit e26e3d4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CommandSchedulerBundle
88

99
This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.
1010

11-
**Version**: 1.2.3
11+
**Version**: 1.2.4
1212
**Compatibility**:
1313
- **Symfony 2.8** and **3.0**
1414
- PHP 5.5, 5.6, 7.0
@@ -29,7 +29,7 @@ This bundle will allow you to easily manage scheduling for Symfony's console com
2929
- Management of queuing and prioritization between tasks
3030
- Locking system, to stop scheduling a command that has returned an error
3131
- Monitoring with timeout or failed commands (Json URL and command with mailing)
32-
- Translated in french and english
32+
- Translated in french, english, german and spanish
3333

3434
## Screenshots
3535
![list](Resources/doc/images/scheduled-list.png)

Resources/doc/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ The `scheduler:execute` command will do following actions :
176176
This system avoid to have simultaneous process for the same command.
177177
Thus, if an non-catchable error occurs, the command won't be executed again unless the problem is solved and the task is unlocked manually.
178178

179-
For any comments, questions, or bug report, use the [Github issue tracker](https://github.com/J-Mose/CommandSchedulerBundle/issues).
180179

181180
Monitoring
182181
=============
@@ -195,3 +194,6 @@ The call returns a JSON object with either HTTP 200 and an empty array (everythi
195194

196195
For "internal" monitoring of jobs there is also a command "scheduler:monitor" which does the same check as the monitor call before except it sends emails to an arbitrary number of receivers (if the server allows sending mails with the "mail" command).
197196
As some kind of "self-monitoring" job the monitor command can be configured to send emails to all receivers if everything's ok - if there is no mail at all a problem occured.
197+
198+
199+
For any comments, questions, or bug report, use the [Github issue tracker](https://github.com/J-Mose/CommandSchedulerBundle/issues).

0 commit comments

Comments
 (0)