Testing manually I find it opening a new session (refreshing/loading the page), then sending the HELLO and registering a channel succeeds three times. The fifth time the session is opened but when the HELLO message is sent it stops responding.
I was thinking that perhaps we could add a cron job:
Add cron to the cartridge:
rhc cartridge add cron-1.4 -a timeout
Create a file named .openshift/cron/minutely/wakeup with the following contents:
Having this run a a one minute interval is too long but at least it might help a little during development. Perhaps if we could get it to run every second it might be a temp workaround.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Testing manually I find it opening a new session (refreshing/loading the page), then sending the HELLO and registering a channel succeeds three times. The fifth time the session is opened but when the HELLO message is sent it stops responding.
I was thinking that perhaps we could add a cron job:
Add cron to the cartridge:
Create a file named .openshift/cron/minutely/wakeup with the following contents:
Having this run a a one minute interval is too long but at least it might help a little during development. Perhaps if we could get it to run every second it might be a temp workaround.