The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 1
Joined: Nov 5, 2011
Company: DND Yazılım

Hello.

Before running background tasks instant server workload Is possible to measure.

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Emre KARA!

If I understood you correctly, you need to run background jobs when the server is free of other work, right?

First, there are some background jobs that should be executed often, otherwise some functions will work not correctly. For example, full-text indexation.

For other scheduled jobs you can use one of following:

  • Configure a schedule on a time when you have less users working with the application.
  • Use JobQueue subsystem of 1C:Subsystems Library that lets you execute all background jobs one by one, and they will not run several at a time causing server failure.

 
#3
People who like this: 0 Yes / 0 No
Just came
Rating: 1
Joined: Nov 5, 2011
Company: DND Yazılım

Thanks for your reply

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)