Skip to main content
Solved

System background job F1JOB description

  • July 2, 2024
  • 2 replies
  • 108 views

Forum|alt.badge.img+10

Hi, i have a serious problem of performance on 1 environment and it seems to be related to some specific schedule tasks that keep running and drain all CPU power.

 

In this picture you can see the methods F1JOB_112, F1JOB_2 and so on … How can i know to what schedule tasks they are related to ? Indexation ? Cache Refreshing ?

Best answer by dsj

Hi @ludovic.rougean 

Number refers to the database process ID.

You can search in the background jobs to find the schedule ID

 

Hope it helps!

Damith

2 replies

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 905 replies
  • Answer
  • July 2, 2024

Hi @ludovic.rougean 

Number refers to the database process ID.

You can search in the background jobs to find the schedule ID

 

Hope it helps!

Damith


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • 61 replies
  • July 2, 2024

Yes it does !!! Thanks a lot.