Velanix/Software/docker-publish-worker
0 forks
id: 25788
508 Lines
  • Python 70.9%
  • Ruby 23.4%
  • Markdown 4.5%
  • Yaml 1.2%
README.md

How to launch

REDIS_HOST=172.17.0.1 REDIS_PORT=6379 REDIS_PASSWORD=redis BUILD_TOKEN=token sidekiq -c 1 -q publish_worker -q publish_worker_default -r ./lib/abf-worker.rb

Container must have platforms mounted in /share/platforms

How to perfom publisher database unlock

on abfui:

source envfile; cd rosa-build; rails console and in console:

RepositoryStatus.where.not(status: 0).each do |a| a.ready end

Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover