• Siddharth Joshi 4
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi, I have a use-case where I want to process a small number of records (less than 200 probably). But I want it to be a "batch" process. That is, I want it to be a job that runs weekly.

Since its a small number of records, I don't think that I need "Batch Apex" right? Also I don't know if this is something that Queueable apex can solve because it doesnt look like that can be scheduled weekly? So should I use scheduled Trigger Flow in this case?

Which one of the above methods is recommended? 

Thanks,
Gabe
Hi All,

I am tring to authorize an org on visual studio code but when I am trying authorize it, I am getting the below error.

SFDX: Authorize an Org failed to run
Try this:
Kill the process running on port 1717 or use a custom connected app and update OauthLocalPort in the sfdx-project.json file.
19:31:13.241 sfdx force:auth:web:login --setalias VSCodePlayground --instanceurl https://login.salesforce.com --setdefaultusername ended with exit code 1

I have Killed the Process on port 1717 and tried it again then I am not getting any error but it is running for infinite time. 

Please help.

Thanks,
Parteek