bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
277 stars 75 forks source link

Feature Request - Run at scheduled interval #120

Closed baaswietse closed 3 weeks ago

baaswietse commented 1 month ago

Hello, Would it be possible to make the batch processor run at a scheduled interval? E.g. daily at 2 AM.

maciejwypych commented 1 month ago

You can use Windows Task Scheduler to run it. Create a task with RBP in command line mode

On Tue, 7 May 2024, 1:30 pm baaswietse, @.***> wrote:

Hello, Would it be possible to make the batch processor run at a scheduled interval? E.g. daily at 2 AM.

— Reply to this email directly, view it on GitHub https://github.com/bvn-architecture/RevitBatchProcessor/issues/120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3PIXVE6ONGQXZAMXVP77TZBC3PHAVCNFSM6AAAAABHKZYGECVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DGMBSGQ4TMMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

moinnagani1 commented 4 weeks ago

Is there a way to keep a previously opened file keep open in Revit? I want to compile a list of files and then initiate a batch process that will open these files in multiple instances of Revit. Once a Revit file is opened, it should remain open and not close. Is this or something similar possible?

notionparallax commented 3 weeks ago

@moinnagani1 this feels like a new issue. Is it? Or is it related to running jobs on a schedule? If it's a new issue, it would be better to open a new issue so it can get the attention it deserves.

notionparallax commented 3 weeks ago

@maciejwypych this seems like a good thing to add to the FAQs. What do you think?