Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RAILS_ENV=production bundle exec rake chf:user:create['eatson@chemheritage.org']

Lock out user

run a rake task like, e.g.:

RAILS_ENV=production bundle exec rake chf:lock_out[eatson@chemheritage.org]

Resque admin panel

If a file doesn't get characterized correctly the first thing to do is check the resque admin panel. There you can view failures and restart jobs. If you are logged in as an admin user you can view the admin panel at `digital.chemheritage.org/admin/queues`

...