bkuhl
Repos
68
Followers
40

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.

1060
68

Easychimp makes integrating a PHP/Laravel app with Mailchimp's API (version 3) dead simple.

16
1

Watches games for new releases of their dedicated game server clients and creates GitHub releases on a relevant repository.

2
0

Events

create tag
bkuhl create tag v2.0
Created at 7 hours ago
delete tag
bkuhl delete tag v2.0
Created at 7 hours ago

Requiring laravel

Created at 7 hours ago
create tag
bkuhl create tag v2.0
Created at 7 hours ago

Support v7+

Created at 7 hours ago

Updating requirements

Created at 7 hours ago

Skip the version, use dev-master

Created at 7 hours ago
issue comment
high memory usage (still)

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...

Created at 4 days ago
started
Created at 5 days ago
bkuhl create tag 8.2.4
Created at 1 week ago
delete branch
bkuhl delete branch dependabot/docker/bkuhl/fpm-nginx-8.2.4
Created at 1 week ago

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:

  • dependency-name: bkuhl/fpm-nginx dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Created at 1 week ago
pull request closed
Bump bkuhl/fpm-nginx from 8.2.3 to 8.2.4

Bumps bkuhl/fpm-nginx from 8.2.3 to 8.2.4.

Dependabot compatibility score

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)
Created at 1 week ago

Create .github/dependabot.yml

Created at 1 week ago

Releasing tests 8.2 too

Created at 1 week ago
bkuhl delete branch upgrade-phpunit
Created at 1 week ago
bkuhl delete branch mention-special-roles
Created at 1 week ago

@here and @everyone can now be mentioned (#11)

Created at 1 week ago
pull request closed
@here and @everyone can now be mentioned

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.

Created at 1 week ago

Upgrade phpunit to v10 (#12)

  • phpunit now using v10

Merge branch 'main' into mention-special-roles

Created at 1 week ago

Upgrade phpunit to v10 (#12)

  • phpunit now using v10
Created at 1 week ago
pull request closed
Upgrade phpunit to v10
Created at 1 week ago

Testing against php 8.2

Created at 1 week ago
pull request opened
Upgrade phpunit to v10

I'll also be enabling dependabot.

Created at 1 week ago

Ingoring phpunit cache

Created at 1 week ago
bkuhl create branch upgrade-phpunit
Created at 1 week ago
pull request opened
@here and @everyone can now be mentioned

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.

Created at 1 week ago