Question

Same directory for Disk queueing for multiple application

  • 18 October 2021
  • 3 replies
  • 39 views

Using the C# SDK, and currently working on setting up gainsight px with disk queueing. Would there be an issue if there are 2 application(different API key) using the same DurableQueueDirectoryName?

How about 1 application with 2 instances running?


3 replies

Userlevel 6
Badge +1

Hello @aravago, thank you for posting on Community. Passing this along to our Product Manager to be looked into and circle back to you with an answer.

Userlevel 2
Badge +1

Hi @aravago 
In both the scenarios, the 2nd different application or the 2nd instance of same single application will not be able to access DurableQueueDirectoryName as its locked with the 1st application or the 1st instance of the 1st application respectively, and will see an exception.

@Chandu  -- how long are files cached in the durable queue directory? As in: how long do they persist on disk? Is there any limit to how long or how many?

Reply