You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Garus (Jira)" <ji...@apache.org> on 2020/07/27 12:13:00 UTC

[jira] [Created] (IGNITE-13301) IgniteScheduler has to run inside the Ignite Sandbox.

Denis Garus created IGNITE-13301:
------------------------------------

             Summary: IgniteScheduler has to run inside the Ignite Sandbox.
                 Key: IGNITE-13301
                 URL: https://issues.apache.org/jira/browse/IGNITE-13301
             Project: Ignite
          Issue Type: Task
          Components: security
            Reporter: Denis Garus
            Assignee: Denis Garus


IgniteScheduler has to run inside the Ignite Sandbox on a remote node.

For example:

{code:java}
Ignition.localIgnite().compute().run(() -> {
            IgniteScheduler scheduler = Ignition.localIgnite().scheduler();

            scheduler.runLocal(AbstractSandboxTest::controlAction).get();
}
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)