我使用heroku web 和worker dynos。现在我想按子域或路径拆分请求。
例如
过程文件
web: bundle exec puma -p $PORT ./config/puma
admin-web: bundle exec puma -p $PORT ./config/puma
worker: ...
Run Code Online (Sandbox Code Playgroud)
是否可以?
我想写spring framework扩展.名为xxxx.我可以使用org.springframework
群组名称吗?这是不错的选择?它是否常规占用?
我无法在Windows(64位)上将PostgreSQL(在Heroku上)与RPostgreSQL连接起来.
我可以在Windows上将本地postgresql(而不是ssl)与RPostgreSQL连接起来.我可以在Windows上从PgAdmin连接Heroku上的PostgreSQL.我可以在OSX和Linux上使用RPostgreSQL连接Heroku上的PostgreSQL.
只有Windows上的RPostgreSQL无法连接Heroku PostgreSQL.
错误信息是:
Error in postgresqlNewConnection(drv, ...) :
RD-DBI driver: (could not connect....xxxxx
Run Code Online (Sandbox Code Playgroud)
有什么解决方案吗?