Nevil Sonani
Results
2
comments of
Nevil Sonani
To read large files in chunks (greater than 2 GiB) using Node.js, you can use fs.createReadStream() to handle the file in smaller, manageable chunks rather than loading the entire file...
jobs: send-slack-notification: runs-on: [ Standard, self-hosted, X64, ubuntu ] needs: [validate-inputs] steps: - name: Notify Slack - Deployment Started id: slack-notify uses: actions/[email protected] if: always() env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}...