Hi @Sanjana12 ,
Continuous delivery:-It creates a single delivery and adds Delivery logs
(broadlogs) and Tracking logs onto that same delivery each time that the
activity executes.
Recurring delivery:- It creates a new delivery each time that the activity executes.
Also, continuous delivery will create a single delivery and add the delivery logs
and tracking logs onto that same delivery each time that the activity executes while
recurring delivery will create a new delivery each time that the activity executes.
If either one can be chosen, continuous delivery is recommended over recurring for better system performance.