• SFDC New User
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Hi,

Have anyone tried converting a developer instance to a full production instance?

Is that possible?

Thank you.
Hi,

The apex queue submitted thru @future job, when it being processed, does it query the real time data from the object to process or using the data value as at the queue submitted time?

E.g.

At 01:00am, Trigger on account submitted a record A : Name = Apple, -- still pending in the queue for process (job 1)

At 01:05am, Record A, Name changed to : APPLE -- job 1 still in pending queue, job 2 is queued

At 01:10am, job 1 is finally processed, does it take Apple or APPLE for processing?

Anyone know?

Thank you.
Hi,

Does anyone used @future call in apex class to callout to external web service for data sync?

How is the performance of the response time? 

We have a situation with the @future callout. Normally the job will be queued and usually finished processing almost instantly. However, in certain hour during the day e.g. 5pm, the time between queue and finally processed will take up to an hour or so. 

The number of jobs being process every hour is quite even. Does anyone know what could be the cause? 

Thank you.



Hi,

Does anyone used @future call in apex class to callout to external web service for data sync?

How is the performance of the response time? 

We have a situation with the @future callout. Normally the job will be queued and usually finished processing almost instantly. However, in certain hour during the day e.g. 5pm, the time between queue and finally processed will take up to an hour or so. 

The number of jobs being process every hour is quite even. Does anyone know what could be the cause? 

Thank you.