This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Add lifecycle event to plugin #199
Comments
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 1, 2016
Merged
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 2, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 3, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 3, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 3, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 3, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 4, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 4, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 4, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-server
that referenced
this issue
Nov 7, 2016
cheungpat
added a commit
that referenced
this issue
Nov 7, 2016
cheungpat
added a commit
that referenced
this issue
Nov 7, 2016
ben181231
pushed a commit
to ben181231/skygear-doc
that referenced
this issue
Nov 8, 2016
ben181231
pushed a commit
to ben181231/skygear-doc
that referenced
this issue
Nov 8, 2016
ben181231
pushed a commit
to ben181231/skygear-doc
that referenced
this issue
Nov 9, 2016
bensonby
pushed a commit
to SkygearIO/skygear-doc
that referenced
this issue
Nov 9, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This document describe Skygear plugin event design
Principle
to plugin.
How the message is sent
actual workers or server that the plugin is actually running.
Life cycle event
In order, only call once on Skygear server boot up.
This mean, a plugin instance will receives multiple Pre-conifig if the Skygear
server is restart but plugin is not.
Before-config ("Before-config")
After-config ("after-config")
Before Plugins Ready ("before-plugins-ready")
this plugin.
All plugins Ready ("after-plugins-ready")
still reject client API call.
Server Ready ("server-ready")
client.
Non life cycle event
Plugin to plugin event
Tasks
init
before-config
after-config
before-plugins-ready
after-plugins-ready
server-ready
schema-changed
The text was updated successfully, but these errors were encountered: