Skip to content

Commit 13c576b

Browse files
[shopsys] markdown unordered lists are now formatted logically (#3622)
1 parent 95ce6e0 commit 13c576b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ When your plugin needs to execute some task periodically, for example downloadin
170170

171171
There are 2 types of CRON module interfaces:
172172

173-
- [`SimpleCronModuleInterface`](./src/Cron/SimpleCronModuleInterface.php)
174-
- for short tasks that do not take too long to execute
175-
- [`IteratedCronModuleInterface`](./src/Cron/IteratedCronModuleInterface.php)
176-
- for long-running tasks that can be divided into smaller parts
177-
- if the module takes too long to run it will be suspended and will be woken up and re-run during the next opportunity
173+
- [`SimpleCronModuleInterface`](./src/Cron/SimpleCronModuleInterface.php)
174+
- for short tasks that do not take too long to execute
175+
- [`IteratedCronModuleInterface`](./src/Cron/IteratedCronModuleInterface.php)
176+
- for long-running tasks that can be divided into smaller parts
177+
- if the module takes too long to run it will be suspended and will be woken up and re-run during the next opportunity
178178

179179
You can implement either one of these interfaces and [tag the service in a DI container](http://symfony.com/doc/current/service_container/tags.html) with `shopsys.cron` tag.
180180

0 commit comments

Comments
 (0)