Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.
Easychimp makes integrating a PHP/Laravel app with Mailchimp's API (version 3) dead simple.
Watches games for new releases of their dedicated game server clients and creates GitHub releases on a relevant repository.
Requiring laravel
Support v7+
Updating requirements
Skip the version, use dev-master
Mine is using 125mb with only 2 schedules defined on a single container:
my-service:
image: my-image
command: bash -c "echo \"For log output of cron commands, see the ofelia docker service logs.\" && tail -f /dev/null"
entrypoint: ""
labels:
ofelia.enabled: "true"
ofelia.job-exec.my-app-tool-workflow-timeframe.schedule: "@every 30s"
ofelia.job-exec.my-app-tool-workflow-timeframe.command: "/opt/entrypoint.sh tool Task1"
ofelia.job-exec.my-app-tool-queue-scheduled-events.schedule: "@every 30s"
ofelia.job-exec.my-app-tool-queue-scheduled-events.command: "/opt/entrypoint.sh tool Task2"
This does seem quite excessive...
Bump bkuhl/fpm-nginx from 8.2.3 to 8.2.4 (#17)
Bumps bkuhl/fpm-nginx from 8.2.3 to 8.2.4.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps bkuhl/fpm-nginx from 8.2.3 to 8.2.4.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Create .github/dependabot.yml
@here and @everyone can now be mentioned (#11)
Mentioning Discord's special roles the same way as others doesn't quite work correctly. We actually just need @here
and @everyone
in the content to actually trigger notifications.
Upgrade phpunit to v10 (#12)
Merge branch 'main' into mention-special-roles
Upgrade phpunit to v10 (#12)
I'll also be enabling dependabot.
Mentioning Discord's special roles the same way as others doesn't quite work correctly. We actually just need @here
and @everyone
in the content to actually trigger notifications.