Giter VIP home page Giter VIP logo

dokku-sidekiq's People

Contributors

bigboxsoftware avatar g8d3 avatar josegonzalez avatar kamui avatar maddijoyce avatar mlomnicki avatar sman591 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dokku-sidekiq's Issues

Comments welcome

This is my first attempt at writing a Dokku plugin so comments and suggestions very welcome

Sidekiq jobs not getting processed

I'm using this plugin to run sidekiq with my Rails app to send an email, using:

MyMailer.delay.welcome_email(user_id)

When I type this in the rails console (using dokku run app rails console), it adds it to the sidekiq queue .. but nothing gets processed.

When I run dokku run app sidekiq on my server, that's when the job is processed and the email is sent. So my question is .. if sidekiq is running, then shouldn't it process the job immediately?

I'm using a REDIS_URL environment variable to specify the redis resource that sidekiq should use, but I don't know if it's being picked up in the plugin..

Unable to kill WORKER container

With the latest version of dokku, on every deploy I get an error that dokku is unable to kill the docker container id in the WORKER file. I'm not sure if newer versions of dokku auto kill containers on deploy and thats why it can't find the Container ID, but the only way I can currently deploy is to manually remove the WORKER file from the project.

Maybe the post-deploy hook should check to see if the container id is still running before it tries to kill it?

plugin.toml: no such file or directory

The plugin works fine, however the deployment log is covered in the following statement:

remote: 2015/12/01 14:58:02 open /var/lib/dokku/plugins/available/sidekiq/plugin.toml: no such file or directory

You can see it on this Travis log, scroll down and open the "Deploying application " section.

Isn't affecting functionality, at least for me, but it'd be great for this to not litter the logs.

unable to access temp file

Currently, I build an app by using rails, paperclip and sidekiq. Locally test is ok. But in the dokku, by using your plugin, it raise an error which is

Errno::ENOENT: No such file or directory - <file name>

I have done lots of trying, like, cp file locally, then use sidekiq to read local file and the remove it.
What is going on?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.