Skip to main content
5-Regular Member
April 10, 2017
Solved

is it possible to pause the purge service?

  • April 10, 2017
  • 2 replies
  • 1599 views

I am currently deleting ValueStream data through the Purge service.

However, it seems to be rejected when accessing data of ValueStream through other service in the middle of deletion deletion.

Is it possible to pause the Purge service when I try to access data through other services in ValueStream?

Best answer by posipova

There is no such functionality available to pause the purge. You would need to access the data while purge is not running.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
April 10, 2017

There is no such functionality available to pause the purge. You would need to access the data while purge is not running.

12-Amethyst
April 14, 2017

I usually schedule the purge using Timer. i.e you can subscribe your Purge service to run on scheduled time. I set the Timer to run around midnight.