Configure/run Sidekiq for Akkounts #304
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/303-akkounts_sidekiq"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added with some help from https://github.com/mperham/sidekiq/blob/master/examples/systemd/sidekiq.service#L20
Tested/running on
akkounts-1
.closes #303
@ -42,6 +21,7 @@ end
package "libpq-dev"
include_recipe 'kosmos-nodejs'
include_recipe "kosmos-redis"
I'm actually unsure about this. Wouldn't it be better to define this in the role runlist of the service?
I would leave it like this, if we want to change the recipe to not depend on redis we will need to add code to get the IP of the Redis server anyway
OK, sure. Does the rest look good to you?
👍