Author Topic: The proper way to test Job types while in production  (Read 3222 times)

ran

  • Newbie
  • *
  • Posts: 1
The proper way to test Job types while in production
« on: June 24, 2009, 12:56:18 PM »
Hi,

We created Custom Job Types in our studio. We placed them in our own job type path using "worker_template_path" in the supervisor "qb.conf" and they are being used currently by production.

What is the proper way to continue the development of those job types with out interfering with production work ?? (we can't alter those files directly because they are being used...)

We considered creating another supervisor just for testing and pointing "worker_template_path" to a development area ... is that the best way ?

Thanks in advance !