Skip to content

Instantly share code, notes, and snippets.

View gimdongwoo's full-sized avatar

Dongwoo Gim gimdongwoo

View GitHub Profile
@gimdongwoo
gimdongwoo / CloudCode.js
Last active July 12, 2020 14:48
Background Job in Parse Server (node/cron)
// src/CloudCode.js
"use strict"
var Cron = require('./Cron');
var Job = require('./Job');
class CloudCode {
constructor(Parse, timezone){
this.Parse = Parse;