Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何测试在远程服务器上运行的 sidekiq?我可以启动sidekiq:
RAILS_ENV=production bundle exec sidekiq
但我不知道它是否有效。我不使用 capistrano,我只能使用 cron。
我不确定这个问题是否有意义。你有没有让它在你的本地开发机器上运行?如果是这样,您应该能够做同样的事情来远程测试它。设置一个作业让它在后台运行,然后 ssh 进入你的设备并使用 top 或 ps -ef 来查看进程是否运行。