oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

Synchronize Customer hangs forever #29

Closed oveits closed 8 years ago

oveits commented 8 years ago

Seen on the development branch:

Synchronize button leads to an ever hanging sync: image

In the ProvisioningTasks we see a wrong CustomerName=Customer instead of BruceCustomer1 image

oveits commented 8 years ago

This has not been detected by the automated tests. Make sure to create automated tests that will detect the issue first!

oveits commented 8 years ago

The reason for the job hanging forever is, because we have not started Delayed Jobs on the development process:

After running

./startDelayedJobs_development.sh

The jobs are running Okay.

Works as designed.