Sorry if this has come up before – I couldn't spot it.

Database works fine via shotgun, ruby or when running rspec. However, as 
soon as I launch with foreman I get:

Sequel::DatabaseError - SQLite3::SQLException: cannot rollback - no 
> transaction is active
>

I've tried having foreman connect using Sequel.sqlite, 
Sequel.connect('sqlite://local.db') and even tried a Postgres connection.. 
same every-time.

Procfile is very simple (sinatra app):

web: bundle exec rackup config.ru -p $PORT                                 
>                                                                             
>                 
> worker: bundle exec resque work -q deepzoom -r ./job.rb &> logs/resque.log


Appreciate if someone can shed light on the issue.

Thanks,

Adam 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to